home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p21-24 / 00291_Script_291 < prev    next >
Text File  |  1994-07-31  |  423b  |  24 lines

  1. -- P22S11 init
  2. on exitFrame
  3.   global Step, NumFrames
  4.   set Step = 11
  5.   set NumFrames = 26
  6.   
  7.   -- allow timed annotations!
  8.   initAnnotations(30,3)
  9.   setAppearTime(1,1*60)
  10.   setAppearTime(2,3*60)
  11.   setAppearTime(3,3*60)
  12.   
  13.   global theGauge
  14.   mSetLevel(theGauge, Step)
  15.   
  16.   global LastQT
  17.   set LastQT = "P22S11"
  18.   cursor 4
  19.   preLoadCast the number of cast LastQT  
  20.   
  21.   setUpFastFwd()
  22.   cursor -1
  23. end
  24.